All Questions
1 question
3votes
3answers
3kviews
grep on a Java Method
Lets say I have a java class called DirectAction some of the methods in the class have the word "action" or "Action" What is the grep command to get the names of all the methods who have "Action" or ...